Uses of Class
eu.europa.ec.taxud.cesop.domain.MessageTypeEnum
-
Packages that use MessageTypeEnum Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of MessageTypeEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return MessageTypeEnum Modifier and Type Method Description static MessageTypeEnumMessageTypeEnum. findByLabel(String label)Find aMessageTypeEnumby its label.static MessageTypeEnumMessageTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageTypeEnum[]MessageTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageTypeEnum in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type MessageTypeEnum Modifier and Type Method Description static voidValidationErrorUtils. checkMhBr0090(List<ValidationError> validationErrors, String messageRefId, MessageTypeEnum messageType, boolean hasPaymentDataBody)A payment data message (MessageType = 'PMT') must contain the 'PaymentDataBody' element.
-